home *** CD-ROM | disk | FTP | other *** search
/ PC-SIG: World of Games / PC-SIG World of Games (CDRM1080710) (1993).iso / ENT / DISK2573.ZIP / HARDDISK.BAT < prev    next >
DOS Batch File  |  1980-01-01  |  609b  |  22 lines

  1. echo off
  2. echo HARDDISK
  3. echo This program creates a directory \LASTHAF in which the game library is
  4. echo extracted to.
  5. if x%1==x goto noparm
  6. if x%2==x goto noparm
  7. mkdir %2\lasthaf
  8. mkdir %2\last2
  9. %1lharc e diska.lzh %2\lasthaf\
  10. %1lharc e diskb.lzh %2\lasthaf\ computer.cga
  11. %1lharc e diskb.lzh %2\lasthaf\ table.cga
  12. %1lharc e diskb.lzh %2\lasthaf\ quest.cga
  13. %1lharc e diskb.lzh %2\last2\
  14. %1lharc e diskc.lzh %2\lasthaf\ instruct.doc
  15. %1lharc e diskc.lzh %2\last2\
  16. goto end1
  17. :noparm
  18. echo INVALID FORMAT! Type HARDDISK (drive with ORIGINAL disk) (hard disk)
  19. echo Example: HARDDISK B: C:
  20. :end1
  21.  
  22.